Added missing smooth white sandstone recipe

This commit is contained in:
Forstride 2019-08-23 01:30:10 -04:00
parent b9dcbf6d08
commit 5b025fb267
3 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@ loaderVersion="[24,)"
issueTrackerURL="https://github.com/Glitchfiend/BiomesOPlenty/issues"
displayURL="https://minecraft.curseforge.com/projects/biomes-o-plenty"
authors="Adubbz, Forstride"
logoFile="bop_logo.png"
[[mods]]
modId="biomesoplenty"

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "biomesoplenty:white_sandstone"
},
"result": "biomesoplenty:smooth_white_sandstone",
"experience": 0.1,
"cookingtime": 200
}