Skip to content

Commit

Permalink
new aurorite block texture, screw breeches mineable
Browse files Browse the repository at this point in the history
all versions of screw breeches now minable
aurorite tex now looks way prettier, i drool
  • Loading branch information
ethanicusss committed Dec 26, 2024
1 parent 95271c0 commit 6279458
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": 1.0,
"add": false
}
],
"name": "createbigcannons:incomplete_nethersteel_screw_breech"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": 1.0,
"add": false
}
],
"name": "createbigcannons:incomplete_steel_screw_breech"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": 1.0,
"add": false
}
],
"name": "createbigcannons:unbored_nethersteel_screw_breech"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": 1.0,
"add": false
}
],
"name": "createbigcannons:unbored_steel_screw_breech"
}
]
}
]
}
Binary file modified resources/createastral/textures/block/aurorite_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6279458

Please sign in to comment.