Fix simple chest textures and include corresponding model and texture files

This commit is contained in:
ReuS 2025-10-08 19:31:15 +11:00
parent 45f5b72efa
commit 68fe8fdb8f
9 changed files with 21 additions and 1 deletions

View file

@ -4727,3 +4727,6 @@ modellist:id=%dropper,state=facing:down,box=0.000000/0.000000/0.000000:16.000000
# Bush
[1.21.5-]modellist:id=%bush,box=0.800000/0.000000/8.000000/false:15.200000/16.000000/8.000000/0.000000/45.000000/0.000000/8.000000/8.000000/8.000000:n/0/0.000000/0.000000/16.000000/16.000000:s/0/0.000000/0.000000/16.000000/16.000000,box=8.000000/0.000000/0.800000/false:8.000000/16.000000/15.200000/0.000000/45.000000/0.000000/8.000000/8.000000/8.000000:e/0/0.000000/0.000000/16.000000/16.000000:w/0/0.000000/0.000000/16.000000/16.000000
# Copper chests
[1.21.9-]customblock:id=copper_chest,id=exposed_copper_chest,id=weathered_copper_chest,id=oxidized_copper_chest,id=waxed_copper_chest,id=waxed_exposed_copper_chest,id=waxed_weathered_copper_chest,id=waxed_oxidized_copper_chest,class=org.dynmap.hdmap.renderer.ChestStateRenderer,doublechest=true

View file

@ -6079,4 +6079,21 @@ block:id=%melon_stem,patch0=0:melon_stem,blockcolor=foliagebiome,transparency=TR
# Bush
[1.21.5-]texture:id=bush,filename=assets/minecraft/textures/block/bush.png,xcount=1,ycount=1
[1.21.5-]block:id=%bush,patch0=2000:bush,transparency=TRANSPARENT,stdrot=true
[1.21.5-]block:id=%bush,patch0=2000:bush,transparency=TRANSPARENT,stdrot=true
# Copper chests
[1.21.9-]texturefile:id=copper_chest,filename=assets/minecraft/textures/entity/chest/copper.png,format=CHEST
[1.21.9-]texturefile:id=bigcopperchest,filename=assets/minecraft/textures/entity/chest/copper_double.png,format=BIGCHEST
[1.21.9-]block:id=copper_chest,id=waxed_copper_chest,data=*,patch0=0:copper_chest,patch1=1:copper_chest,patch2=2:copper_chest,patch3=3:copper_chest,patch4=4:copper_chest,patch5=5:copper_chest,patch6=0:bigcopperchest,patch7=1:bigcopperchest,patch8=2:bigcopperchest,patch9=3:bigcopperchest,patch10=4:bigcopperchest,patch11=5:bigcopperchest,patch12=6:bigcopperchest,patch13=7:bigcopperchest,patch14=8:bigcopperchest,patch15=9:bigcopperchest
[1.21.9-]texturefile:id=exposed_copper_chest,filename=assets/minecraft/textures/entity/chest/copper_exposed.png,format=CHEST
[1.21.9-]texturefile:id=bigexposedcopperchest,filename=assets/minecraft/textures/entity/chest/copper_exposed_double.png,format=BIGCHEST
[1.21.9-]block:id=exposed_copper_chest,id=waxed_exposed_copper_chest,data=*,patch0=0:exposed_copper_chest,patch1=1:exposed_copper_chest,patch2=2:exposed_copper_chest,patch3=3:exposed_copper_chest,patch4=4:exposed_copper_chest,patch5=5:exposed_copper_chest,patch6=0:bigexposedcopperchest,patch7=1:bigexposedcopperchest,patch8=2:bigexposedcopperchest,patch9=3:bigexposedcopperchest,patch10=4:bigexposedcopperchest,patch11=5:bigexposedcopperchest,patch12=6:bigexposedcopperchest,patch13=7:bigexposedcopperchest,patch14=8:bigexposedcopperchest,patch15=9:bigexposedcopperchest
[1.21.9-]texturefile:id=weathered_copper_chest,filename=assets/minecraft/textures/entity/chest/copper_weathered.png,format=CHEST
[1.21.9-]texturefile:id=bigweatheredcopperchest,filename=assets/minecraft/textures/entity/chest/copper_weathered_double.png,format=BIGCHEST
[1.21.9-]block:id=weathered_copper_chest,id=waxed_weathered_copper_chest,data=*,patch0=0:weathered_copper_chest,patch1=1:weathered_copper_chest,patch2=2:weathered_copper_chest,patch3=3:weathered_copper_chest,patch4=4:weathered_copper_chest,patch5=5:weathered_copper_chest,patch6=0:bigweatheredcopperchest,patch7=1:bigweatheredcopperchest,patch8=2:bigweatheredcopperchest,patch9=3:bigweatheredcopperchest,patch10=4:bigweatheredcopperchest,patch11=5:bigweatheredcopperchest,patch12=6:bigweatheredcopperchest,patch13=7:bigweatheredcopperchest,patch14=8:bigweatheredcopperchest,patch15=9:bigweatheredcopperchest
[1.21.9-]texturefile:id=oxidized_copper_chest,filename=assets/minecraft/textures/entity/chest/copper_oxidized.png,format=CHEST
[1.21.9-]texturefile:id=bigooxidizedcopperchest,filename=assets/minecraft/textures/entity/chest/copper_oxidized_double.png,format=BIGCHEST
[1.21.9-]block:id=oxidized_copper_chest,id=waxed_oxidized_copper_chest,data=*,patch0=0:oxidized_copper_chest,patch1=1:oxidized_copper_chest,patch2=2:oxidized_copper_chest,patch3=3:oxidized_copper_chest,patch4=4:oxidized_copper_chest,patch5=5:oxidized_copper_chest,patch6=0:bigooxidizedcopperchest,patch7=1:bigooxidizedcopperchest,patch8=2:bigooxidizedcopperchest,patch9=3:bigooxidizedcopperchest,patch10=4:bigooxidizedcopperchest,patch11=5:bigooxidizedcopperchest,patch12=6:bigooxidizedcopperchest,patch13=7:bigooxidizedcopperchest,patch14=8:bigooxidizedcopperchest,patch15=9:bigooxidizedcopperchest

Binary file not shown.

Before

Width:  |  Height:  |  Size: 845 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 827 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 838 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 2.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,021 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After