Feature/new emi categories (#1862)
* stuff * all the stuff * Update CHANGELOG.md Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
ff81d23c66
commit
b06e59db31
8 changed files with 89 additions and 1 deletions
|
|
@ -90,6 +90,9 @@ const registerMinecraftItemTags = (event) => {
|
|||
|
||||
event.add('tfc:makes_black_dye', 'minecraft:ink_sac')
|
||||
event.add('tfc:makes_white_dye', 'minecraft:bone_meal')
|
||||
|
||||
event.add('create:blaze_burner_fuel/regular', 'minecraft:coal')
|
||||
event.add('create:blaze_burner_fuel/regular', 'minecraft:charcoal')
|
||||
}
|
||||
|
||||
const registerMinecraftBlockTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue