Tiny goggles

- Fix goggles on smouldering blaze burner
- Shrink normal blaze goggles model
- Add new arm targets to ponder tag
- Update Registrate and Forge
This commit is contained in:
PepperCode1 2022-07-08 18:34:27 -07:00
parent 014449c9b2
commit 954f098cd1
6 changed files with 34 additions and 10 deletions

View file

@ -6,7 +6,7 @@ org.gradle.daemon = false
# mod version info
mod_version = 0.5.0
minecraft_version = 1.18.2
forge_version = 40.1.0
forge_version = 40.1.54
# build dependency versions
forgegradle_version = 5.1.+
@ -15,10 +15,10 @@ mixin_version = 0.8.5
librarian_version = 1.+
shadow_version = 7.1.0
cursegradle_version = 1.4.0
parchment_version = 2022.03.13
parchment_version = 2022.07.03
# dependency versions
registrate_version = MC1.18.2-1.0.25
registrate_version = MC1.18.2-1.1.3
flywheel_version = 1.18-0.6.3.81
jei_minecraft_version = 1.18.2
jei_version = 9.5.3.143

View file

@ -138,9 +138,10 @@ public class AllBlockPartials {
SIGNAL_YELLOW_GLOW = block("track_signal/yellow_glow"), SIGNAL_YELLOW = block("track_signal/yellow_tube"),
BLAZE_INERT = block("blaze_burner/blaze/inert"), BLAZE_SUPER_ACTIVE = block("blaze_burner/blaze/super_active"),
BLAZE_GOGGLES = block("blaze_burner/goggles"), BLAZE_IDLE = block("blaze_burner/blaze/idle"),
BLAZE_ACTIVE = block("blaze_burner/blaze/active"), BLAZE_SUPER = block("blaze_burner/blaze/super"),
BLAZE_BURNER_FLAME = block("blaze_burner/flame"), BLAZE_BURNER_RODS = block("blaze_burner/rods_small"),
BLAZE_GOGGLES = block("blaze_burner/goggles"), BLAZE_GOGGLES_SMALL = block("blaze_burner/goggles_small"),
BLAZE_IDLE = block("blaze_burner/blaze/idle"), BLAZE_ACTIVE = block("blaze_burner/blaze/active"),
BLAZE_SUPER = block("blaze_burner/blaze/super"), BLAZE_BURNER_FLAME = block("blaze_burner/flame"),
BLAZE_BURNER_RODS = block("blaze_burner/rods_small"),
BLAZE_BURNER_RODS_2 = block("blaze_burner/rods_large"),
BLAZE_BURNER_SUPER_RODS = block("blaze_burner/superheated_rods_small"),
BLAZE_BURNER_SUPER_RODS_2 = block("blaze_burner/superheated_rods_large"),

View file

@ -120,7 +120,8 @@ public class BlazeBurnerRenderer extends SafeTileEntityRenderer<BlazeBurnerTileE
.translate(0, headY, 0), horizontalAngle, modelTransform, ms, solid);
if (drawGoggles)
draw(CachedBufferer.partial(AllBlockPartials.BLAZE_GOGGLES, blockState)
draw(CachedBufferer.partial(blazeModel == AllBlockPartials.BLAZE_INERT
? AllBlockPartials.BLAZE_GOGGLES_SMALL : AllBlockPartials.BLAZE_GOGGLES, blockState)
.translate(0, headY + 8 / 16f, 0), horizontalAngle, modelTransform, ms, solid);
if (drawHat) {

View file

@ -434,7 +434,10 @@ public class PonderIndex {
.add(AllBlocks.CRUSHING_WHEEL)
.add(AllBlocks.TRACK_STATION)
.add(Blocks.COMPOSTER)
.add(Blocks.JUKEBOX);
.add(Blocks.JUKEBOX)
.add(Blocks.CAMPFIRE)
.add(Blocks.SOUL_CAMPFIRE)
.add(Blocks.RESPAWN_ANCHOR);
PonderRegistry.TAGS.forTag(PonderTag.LOGISTICS)
.add(AllItems.BELT_CONNECTOR)

View file

@ -6,8 +6,8 @@
},
"elements": [
{
"from": [3.5, 0, 3.5],
"to": [12.5, 4, 12.5],
"from": [3.95, 0, 3.95],
"to": [12.05, 4, 12.05],
"faces": {
"north": {"uv": [8, 2, 16, 6], "texture": "#0"},
"east": {"uv": [0, 2, 8, 6], "texture": "#0"},

View file

@ -0,0 +1,19 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "create:block/hat_test",
"particle": "create:block/hat_test"
},
"elements": [
{
"from": [4.95, 0, 4.95],
"to": [11.05, 3, 11.05],
"faces": {
"north": {"uv": [8, 2, 16, 6], "texture": "#0"},
"east": {"uv": [0, 2, 8, 6], "texture": "#0"},
"south": {"uv": [8, 10, 16, 14], "texture": "#0"},
"west": {"uv": [0, 10, 8, 14], "texture": "#0"}
}
}
]
}