Skip to content

Commit 310f3c2

Browse files
committed
bug: Fixed some schematic NBT behavior, regen files
1 parent 24f5bb2 commit 310f3c2

135 files changed

Lines changed: 216 additions & 360 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## [5.9.2] - Unreleased
3+
## [5.10.0] - Unreleased
44

5-
Changes:
6-
- [Developers, NeoForge] `CBCNeoForgeRegisterEvent` has been removed in favor of accessing CBC registries via
7-
`RegisterEvent`.
5+
**Create Big Cannons 5.9.1, now supporting Create v6.0.8 on Forge 1.20.1 and Fabric 1.20.1.**
6+
7+
Fixes:
8+
- Fixed various block entities' safe data and schematic requirements
89

910
## [5.9.1] - 2025-06-25
1011

fabric/src/generated/resources/data/c/tags/fluids/molten_bronze.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:flowing_molten_bronze",
54
"createbigcannons:molten_bronze"

fabric/src/generated/resources/data/c/tags/fluids/molten_cast_iron.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:flowing_molten_cast_iron",
54
"createbigcannons:molten_cast_iron"

fabric/src/generated/resources/data/c/tags/fluids/molten_nethersteel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:flowing_molten_nethersteel",
54
"createbigcannons:molten_nethersteel"

fabric/src/generated/resources/data/c/tags/fluids/molten_steel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:flowing_molten_steel",
54
"createbigcannons:molten_steel"

fabric/src/generated/resources/data/c/tags/items/bronze_nuggets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:bronze_scrap"
54
]

fabric/src/generated/resources/data/c/tags/items/cast_iron_ingots.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:cast_iron_ingot"
54
]

fabric/src/generated/resources/data/c/tags/items/cast_iron_nuggets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:cast_iron_nugget"
54
]

fabric/src/generated/resources/data/c/tags/items/ingots/cast_iron.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:cast_iron_ingot"
54
]

fabric/src/generated/resources/data/c/tags/items/ingots/nethersteel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"replace": false,
32
"values": [
43
"createbigcannons:nethersteel_ingot"
54
]

0 commit comments

Comments
 (0)