mirror of
https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16
synced 2026-03-02 03:40:08 +00:00
Events
This commit is contained in:
14
src/main/resources/data/minecraft/tags/blocks/planks.json
Normal file
14
src/main/resources/data/minecraft/tags/blocks/planks.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:oak_planks",
|
||||
"minecraft:spruce_planks",
|
||||
"minecraft:birch_planks",
|
||||
"minecraft:jungle_planks",
|
||||
"minecraft:acacia_planks",
|
||||
"minecraft:dark_oak_planks",
|
||||
"minecraft:crimson_planks",
|
||||
"minecraft:warped_planks",
|
||||
"tutorial:ruby_block"
|
||||
]
|
||||
}
|
||||
@@ -10,11 +10,11 @@
|
||||
{
|
||||
"x":
|
||||
{
|
||||
"tag": "tutorial:ruby"
|
||||
"tag": "tutorial:gems"
|
||||
},
|
||||
"d":
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
"tag": "forge:gems/diamond"
|
||||
}
|
||||
},
|
||||
"result":
|
||||
|
||||
7
src/main/resources/data/tutorial/tags/items/gems.json
Normal file
7
src/main/resources/data/tutorial/tags/items/gems.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:emerald",
|
||||
"tutorial:ruby"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user