Commit Graph

7 Commits

Author SHA1 Message Date
raoulvdberge
5ce6647783 Port to Minecraft 1.20.1 2023-07-03 20:02:30 +02:00
raoulvdberge
8cfa05b001 Port to 1.19.2 - v1.11.0 2022-09-30 13:21:49 +02:00
aeonic
5c71004770 Generate block entity tag for Packing Tape blacklist 2022-06-21 08:33:41 +02:00
aeonic
b6de5f553a Add non-colored blocks to Forge relocation blacklist tag 2022-06-21 08:33:41 +02:00
aeonic
2f6eb24e3b Generate colored block tags and additions to Forge relocation blacklist tag 2022-06-21 08:33:41 +02:00
raoulvdberge
07b2dcba63 Fixed all Refined Storage advancements being granted when joining a world. Fixes #3175
Also re-runs datagen.
2021-12-16 02:16:55 +01:00
Darkere
14e63c07ca Colored Network Blocks (#2682)
* add color property to blocks

* add colors to almost all cutouts
add model generation for the blocks
add new models

* fix creative controller model
add item models

* fixed controller drops
fixed diskmanipulator item model

* added colored wireless antenna and detector
fixed sidedness in onBlockActivated

* cleanup

* remove wireless transmitter tooltip as it is no longer accurate

* Move Blocks and Items into DeferredRegistries

* fix issues and registration order

* formatting changes

* change colored blocks from blockstate to block

* fix some formatting

* remove files that can be generated.

* remove more files that can be generated.

* fix most requested changes

* remove string manipulation

* fix tag loop

* register colored variants last.

* fix datagen

* fix controller replacing TE

* add loottables and generation

* add dynamic translation for colored blocks

* readd missing files
delete generated file

* fix name, and recipe unlock triggers

* rename controller trigger

* set light_blue as default color
clean up displaynames

* refactor to avoid string manipulation in BlockModelGenerator

* Move Maps into custom class

* remove unused generic

* fix requested changes

* move recoloring from BlockUtils to ColorMap

* fix translation

* use getTranslatedName()

* fix relay,transmitter,receiver item models
fix controller and crafter loottables
2020-09-25 00:02:16 +02:00