Skip to content

Commit dcd60c2

Browse files
committed
Update to 1.19
- Update textures to 1.19.10 - Add mangrove wood + fix slabs - Improve block error logging - Add new blocks and creative blocks - Deep dark - Froglight - Mud bricks - Creative allow/deny/border - Jigsaw/command block/structure block - Invisible: barrier/structure void/light block - Transparency, dripleaf, and mangrove leaf fixes
1 parent 875e389 commit dcd60c2

File tree

148 files changed

+526
-55
lines changed

Some content is hidden

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

148 files changed

+526
-55
lines changed
-48 Bytes
157 Bytes
-28 Bytes
-29 Bytes
Binary file not shown.
Binary file not shown.
283 Bytes
253 Bytes
265 Bytes
370 Bytes
423 Bytes

MapLoader.NUnitTests/textures/terrain_texture.json

+147
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,9 @@
10811081
"quad" : 1,
10821082
"textures" : "textures/blocks/water_flow_grey"
10831083
},
1084+
"frog_spawn" : {
1085+
"textures" : "textures/blocks/frogspawn"
1086+
},
10841087
"frosted_ice" : {
10851088
"textures" : [
10861089
"textures/blocks/frosted_ice_0",
@@ -1625,6 +1628,48 @@
16251628
"magma" : {
16261629
"textures" : "textures/blocks/magma"
16271630
},
1631+
"mangrove_door_bottom" : {
1632+
"textures" : "textures/blocks/mangrove_door_bottom"
1633+
},
1634+
"mangrove_door_top" : {
1635+
"textures" : "textures/blocks/mangrove_door_top"
1636+
},
1637+
"mangrove_leaves" : {
1638+
"textures" : "textures/blocks/mangrove_leaves"
1639+
},
1640+
"mangrove_leaves_carried" : {
1641+
"textures" : "textures/blocks/mangrove_leaves_carried"
1642+
},
1643+
"mangrove_log_side" : {
1644+
"textures" : "textures/blocks/mangrove_log_side"
1645+
},
1646+
"mangrove_log_top" : {
1647+
"textures" : "textures/blocks/mangrove_log_top"
1648+
},
1649+
"mangrove_planks" : {
1650+
"textures" : "textures/blocks/mangrove_planks"
1651+
},
1652+
"mangrove_propagule" : {
1653+
"textures" : [
1654+
"textures/blocks/mangrove_propagule",
1655+
"textures/blocks/mangrove_propagule_hanging"
1656+
]
1657+
},
1658+
"mangrove_propagule_item" : {
1659+
"textures" : "textures/items/mangrove_propagule"
1660+
},
1661+
"mangrove_roots_side" : {
1662+
"textures" : "textures/blocks/mangrove_roots_side"
1663+
},
1664+
"mangrove_roots_top" : {
1665+
"textures" : "textures/blocks/mangrove_roots_top"
1666+
},
1667+
"mangrove_sign" : {
1668+
"textures" : "textures/blocks/mangrove_planks"
1669+
},
1670+
"mangrove_trapdoor" : {
1671+
"textures" : "textures/blocks/mangrove_trapdoor"
1672+
},
16281673
"medium_amethyst_bud" : {
16291674
"textures" : "textures/blocks/medium_amethyst_bud"
16301675
},
@@ -1665,6 +1710,18 @@
16651710
"mossy_stone_brick" : {
16661711
"textures" : "textures/blocks/stonebrick_mossy"
16671712
},
1713+
"mud" : {
1714+
"textures" : "textures/blocks/mud"
1715+
},
1716+
"mud_bricks" : {
1717+
"textures" : "textures/blocks/mud_bricks"
1718+
},
1719+
"muddy_mangrove_roots_side" : {
1720+
"textures" : "textures/blocks/muddy_mangrove_roots_side"
1721+
},
1722+
"muddy_mangrove_roots_top" : {
1723+
"textures" : "textures/blocks/muddy_mangrove_roots_top"
1724+
},
16681725
"mushroom_block" : {
16691726
"textures" : [
16701727
"textures/blocks/mushroom_block_skin_brown",
@@ -1984,6 +2041,12 @@
19842041
"obsidian" : {
19852042
"textures" : "textures/blocks/obsidian"
19862043
},
2044+
"ochre_froglight_side" : {
2045+
"textures" : "textures/blocks/ochre_froglight_side"
2046+
},
2047+
"ochre_froglight_top" : {
2048+
"textures" : "textures/blocks/ochre_froglight_top"
2049+
},
19872050
"orange_candle" : {
19882051
"textures" : [
19892052
"textures/blocks/candles/orange_candle",
@@ -2002,6 +2065,15 @@
20022065
"oxidized_cut_copper" : {
20032066
"textures" : "textures/blocks/oxidized_cut_copper"
20042067
},
2068+
"packed_mud" : {
2069+
"textures" : "textures/blocks/packed_mud"
2070+
},
2071+
"pearlescent_froglight_side" : {
2072+
"textures" : "textures/blocks/pearlescent_froglight_side"
2073+
},
2074+
"pearlescent_froglight_top" : {
2075+
"textures" : "textures/blocks/pearlescent_froglight_top"
2076+
},
20052077
"pink_candle" : {
20062078
"textures" : [
20072079
"textures/blocks/candles/pink_candle",
@@ -2358,6 +2430,15 @@
23582430
"reeds" : {
23592431
"textures" : "textures/blocks/reeds"
23602432
},
2433+
"reinforced_deepslate_bottom" : {
2434+
"textures" : "textures/blocks/reinforced_deepslate_bottom"
2435+
},
2436+
"reinforced_deepslate_side" : {
2437+
"textures" : "textures/blocks/reinforced_deepslate_side"
2438+
},
2439+
"reinforced_deepslate_top" : {
2440+
"textures" : "textures/blocks/reinforced_deepslate_top"
2441+
},
23612442
"repeater_floor" : {
23622443
"textures" : [ "textures/blocks/stone_slab_top", "textures/blocks/stone_slab_top" ]
23632444
},
@@ -2443,6 +2524,60 @@
24432524
"scaffolding_top" : {
24442525
"textures" : "textures/blocks/scaffolding_top"
24452526
},
2527+
"sculk" : {
2528+
"textures" : "textures/blocks/sculk"
2529+
},
2530+
"sculk_catalyst_bottom" : {
2531+
"textures" : [
2532+
"textures/blocks/sculk_catalyst_bottom",
2533+
"textures/blocks/sculk_catalyst_bottom"
2534+
]
2535+
},
2536+
"sculk_catalyst_side" : {
2537+
"textures" : [
2538+
"textures/blocks/sculk_catalyst_side",
2539+
"textures/blocks/sculk_catalyst_side_bloom"
2540+
]
2541+
},
2542+
"sculk_catalyst_top" : {
2543+
"textures" : [
2544+
"textures/blocks/sculk_catalyst_top",
2545+
"textures/blocks/sculk_catalyst_top_bloom"
2546+
]
2547+
},
2548+
"sculk_sensor_bottom" : {
2549+
"textures" : "textures/blocks/sculk_sensor_bottom"
2550+
},
2551+
"sculk_sensor_side" : {
2552+
"textures" : "textures/blocks/sculk_sensor_side"
2553+
},
2554+
"sculk_sensor_tendril_active" : {
2555+
"textures" : "textures/blocks/sculk_sensor_tendril_active"
2556+
},
2557+
"sculk_sensor_tendril_inactive" : {
2558+
"textures" : "textures/blocks/sculk_sensor_tendril_inactive"
2559+
},
2560+
"sculk_sensor_top" : {
2561+
"textures" : "textures/blocks/sculk_sensor_top"
2562+
},
2563+
"sculk_shrieker_bottom" : {
2564+
"textures" : "textures/blocks/sculk_shrieker_bottom"
2565+
},
2566+
"sculk_shrieker_inner_top" : {
2567+
"textures" : [
2568+
"textures/blocks/sculk_shrieker_inner_top",
2569+
"textures/blocks/sculk_shrieker_can_summon_inner_top"
2570+
]
2571+
},
2572+
"sculk_shrieker_side" : {
2573+
"textures" : "textures/blocks/sculk_shrieker_side"
2574+
},
2575+
"sculk_shrieker_top" : {
2576+
"textures" : "textures/blocks/sculk_shrieker_top"
2577+
},
2578+
"sculk_vein" : {
2579+
"textures" : "textures/blocks/sculk_vein"
2580+
},
24462581
"sea_lantern" : {
24472582
"textures" : "textures/blocks/sea_lantern"
24482583
},
@@ -2911,6 +3046,12 @@
29113046
"stripped_jungle_log_top" : {
29123047
"textures" : "textures/blocks/stripped_jungle_log_top"
29133048
},
3049+
"stripped_mangrove_log_side" : {
3050+
"textures" : "textures/blocks/stripped_mangrove_log_side"
3051+
},
3052+
"stripped_mangrove_log_top" : {
3053+
"textures" : "textures/blocks/stripped_mangrove_log_top"
3054+
},
29143055
"stripped_oak_log_side" : {
29153056
"textures" : "textures/blocks/stripped_oak_log"
29163057
},
@@ -3037,6 +3178,12 @@
30373178
"undyed_shulker_box_top" : {
30383179
"textures" : "textures/blocks/shulker_top_undyed"
30393180
},
3181+
"verdant_froglight_side" : {
3182+
"textures" : "textures/blocks/verdant_froglight_side"
3183+
},
3184+
"verdant_froglight_top" : {
3185+
"textures" : "textures/blocks/verdant_froglight_top"
3186+
},
30403187
"vine" : {
30413188
"textures" : "textures/blocks/vine"
30423189
},

0 commit comments

Comments
 (0)