stevenarella/blocks
ice_iix 67841f9b2e Fix missing pre-flattening blocks (deadbush, etc.). Closes #89
Blocks not present after "the flattening" (1.13.2) were not registered
for older versions (hierarchical, pre-1.13). This wasn't noticed when
implementing #67 since almost all blocks pre-flattening also have
flattened IDs. The exceptions are when the blocks were removed or moved,
such as dead bush - hierarchical id 32, which is now a block state of
tallgrass instead. But it is still needed pre-flattening, due a logic
error these were skipped.

Fix pre-flattening block ID registration by moving the conditional
clause for vanilla_id outside of the offset conditional.
2019-01-12 10:40:57 -08:00
..
src Fix missing pre-flattening blocks (deadbush, etc.). Closes #89 2019-01-12 10:40:57 -08:00
Cargo.lock Add new blocks up to 1.10 (#69) 2018-12-17 19:20:51 -08:00
Cargo.toml Update Cargo.tomls to Rust edition 2018, fix crate imports. Closes #13 2018-11-04 12:15:34 -08:00