Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Fix #1249 Make NonFlammable woodtypes unable to be used as fuel
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <J.T.McQuigg12@gmail.com>
  • Loading branch information
JT122406 committed Oct 31, 2023
1 parent 70b188c commit e08ab92
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fix Hypogeal Imperium causing crash. Fixes #1231
* Fix EnderLily not being placeable on Water. Fixes #1258
* Make Wood Fence Gates Flammable
Make NonFlammable woodtypes unable to be used as fuel. Fixes #1249

# 3.0.0.2
* Fix broken NBT files. Fixes #1206 and #1207
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"replace": false,
"values": [
"#byg:bulbis_logs",
"byg:bulbis_planks",
"byg:bulbis_stairs",
"byg:bulbis_slab",
"byg:bulbis_fence",
"byg:bulbis_fence_gate",
"byg:bulbis_door",
"byg:bulbis_trapdoor",
"byg:bulbis_pressure_plate",
"byg:bulbis_sign",
"byg:bulbis_crafting_table",
"byg:bulbis_bookshelf",
"#byg:imparius_logs",
"byg:imparius_planks",
"byg:imparius_stairs",
"byg:imparius_slab",
"byg:imparius_fence",
"byg:imparius_fence_gate",
"byg:imparius_door",
"byg:imparius_trapdoor",
"byg:imparius_pressure_plate",
"byg:imparius_sign",
"byg:imparius_crafting_table",
"byg:imparius_bookshelf",
"#byg:sythian_logs",
"byg:sythian_planks",
"byg:sythian_stairs",
"byg:sythian_slab",
"byg:sythian_fence",
"byg:sythian_fence_gate",
"byg:sythian_door",
"byg:sythian_trapdoor",
"byg:sythian_pressure_plate",
"byg:sythian_sign",
"byg:sythian_crafting_table",
"byg:sythian_bookshelf",
"#byg:embur_logs",
"byg:embur_planks",
"byg:embur_stairs",
"byg:embur_slab",
"byg:embur_fence",
"byg:embur_fence_gate",
"byg:embur_door",
"byg:embur_trapdoor",
"byg:embur_pressure_plate",
"byg:embur_sign",
"byg:embur_crafting_table",
"byg:embur_bookshelf",
"#byg:lament_logs",
"byg:lament_planks",
"byg:lament_wood",
"byg:stripped_lament_wood",
"byg:lament_stairs",
"byg:lament_slab",
"byg:lament_fence",
"byg:lament_fence_gate",
"byg:lament_door",
"byg:lament_trapdoor",
"byg:lament_pressure_plate",
"byg:lament_sign",
"byg:lament_crafting_table",
"byg:lament_bookshelf"
]
}

0 comments on commit e08ab92

Please sign in to comment.