diff --git a/src/generated/resources/assets/aphelion/blockstates/gravity_test_block.json b/src/generated/resources/assets/aphelion/blockstates/gravity_test_block.json new file mode 100644 index 0000000..0f81d61 --- /dev/null +++ b/src/generated/resources/assets/aphelion/blockstates/gravity_test_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "aphelion:block/gravity_test_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/aphelion/models/block/gravity_test_block.json b/src/generated/resources/assets/aphelion/models/block/gravity_test_block.json new file mode 100644 index 0000000..e2d35d4 --- /dev/null +++ b/src/generated/resources/assets/aphelion/models/block/gravity_test_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "aphelion:block/gravity_test_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/aphelion/models/item/gravity_test_block.json b/src/generated/resources/assets/aphelion/models/item/gravity_test_block.json new file mode 100644 index 0000000..d0babc5 --- /dev/null +++ b/src/generated/resources/assets/aphelion/models/item/gravity_test_block.json @@ -0,0 +1,3 @@ +{ + "parent": "aphelion:block/gravity_test_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/aphelion/loot_table/blocks/gravity_test_block.json b/src/generated/resources/data/aphelion/loot_table/blocks/gravity_test_block.json new file mode 100644 index 0000000..fcfebfc --- /dev/null +++ b/src/generated/resources/data/aphelion/loot_table/blocks/gravity_test_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "aphelion:gravity_test_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "aphelion:blocks/gravity_test_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/aphelion/loot_table/blocks/rocket_assemblerblock.json b/src/generated/resources/data/aphelion/loot_table/blocks/rocket_assemblerblock.json new file mode 100644 index 0000000..17ea0ec --- /dev/null +++ b/src/generated/resources/data/aphelion/loot_table/blocks/rocket_assemblerblock.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "aphelion:blocks/rocket_assemblerblock" +} \ No newline at end of file