nucleation 0.3.18

A high-performance Minecraft schematic parser and utility library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! V4421 (1.21.5 + 96) — no schematic-relevant registrations.
//!
//! V4421.java only carries a comment ("happy_ghast is simple entity") and
//! registers nothing. Kept as an empty registrar so the version is wired in
//! sequence; there is nothing to convert.

use super::super::registry::RegistryBuilder;

#[allow(dead_code)]
const VERSION: i32 = 4421;

pub fn register(_reg: &mut RegistryBuilder) {}