clientstuff
This commit is contained in:
21
.minecraft/config/endercore/cropConfig.json
Normal file
21
.minecraft/config/endercore/cropConfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{"data":
|
||||
[
|
||||
{
|
||||
"seed":"minecraft:wheat_seeds",
|
||||
"block":"minecraft:wheat"
|
||||
},
|
||||
{
|
||||
"seed":"minecraft:carrot",
|
||||
"block":"minecraft:carrots"
|
||||
},
|
||||
{
|
||||
"seed":"minecraft:potato",
|
||||
"block":"minecraft:potatoes"
|
||||
},
|
||||
{
|
||||
"seed":"minecraft:nether_wart",
|
||||
"block":"minecraft:nether_wart",
|
||||
"meta":3
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user