Skip to content

Commit

Permalink
make "natural" decor blocks obtainable (#1187)
Browse files Browse the repository at this point in the history
* remove accidental accesswidener file

* fix the damn treated wood textures. again. also add the windmill blocks.

* run data

* fix ignores

* fix ignores, recipe IDs

* remove now unused void ore values in GTOreDefinition, make it use IntProviders for size to allow for min & max size.

* add stone blobs

* fix? wood recipes

* cap Z size to make cylinder a ball

* fix some lang & other issues with the new wood things, add biome modifier for stone blobs

* run datagen

* remove "smooth" block type as it's unused and useless and has the same texture as the normal block

* add red granite & marble ores
  • Loading branch information
screret committed May 10, 2024
1 parent a5e72a7 commit 50408c7
Show file tree
Hide file tree
Showing 119 changed files with 1,110 additions and 458 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/dark_concrete_windmill_a"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/dark_concrete_windmill_b"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/light_concrete_windmill_a"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/light_concrete_windmill_b"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/marble_windmill_a"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/marble_windmill_b"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/red_granite_windmill_a"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/red_granite_windmill_b"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,68 @@
{
"variants": {
"": {
"model": "gtceu:block/rubber_trapdoor"
"facing=east,half=bottom,open=false": {
"model": "gtceu:block/rubber_trapdoor_bottom",
"y": 90
},
"facing=east,half=bottom,open=true": {
"model": "gtceu:block/rubber_trapdoor_open",
"y": 90
},
"facing=east,half=top,open=false": {
"model": "gtceu:block/rubber_trapdoor_top",
"y": 90
},
"facing=east,half=top,open=true": {
"model": "gtceu:block/rubber_trapdoor_open",
"x": 180,
"y": 270
},
"facing=north,half=bottom,open=false": {
"model": "gtceu:block/rubber_trapdoor_bottom"
},
"facing=north,half=bottom,open=true": {
"model": "gtceu:block/rubber_trapdoor_open"
},
"facing=north,half=top,open=false": {
"model": "gtceu:block/rubber_trapdoor_top"
},
"facing=north,half=top,open=true": {
"model": "gtceu:block/rubber_trapdoor_open",
"x": 180,
"y": 180
},
"facing=south,half=bottom,open=false": {
"model": "gtceu:block/rubber_trapdoor_bottom",
"y": 180
},
"facing=south,half=bottom,open=true": {
"model": "gtceu:block/rubber_trapdoor_open",
"y": 180
},
"facing=south,half=top,open=false": {
"model": "gtceu:block/rubber_trapdoor_top",
"y": 180
},
"facing=south,half=top,open=true": {
"model": "gtceu:block/rubber_trapdoor_open",
"x": 180
},
"facing=west,half=bottom,open=false": {
"model": "gtceu:block/rubber_trapdoor_bottom",
"y": 270
},
"facing=west,half=bottom,open=true": {
"model": "gtceu:block/rubber_trapdoor_open",
"y": 270
},
"facing=west,half=top,open=false": {
"model": "gtceu:block/rubber_trapdoor_top",
"y": 270
},
"facing=west,half=top,open=true": {
"model": "gtceu:block/rubber_trapdoor_open",
"x": 180,
"y": 90
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/rubber_wall_sign"
"model": "gtceu:block/rubber_sign"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,68 @@
{
"variants": {
"": {
"model": "gtceu:block/treated_wood_trapdoor"
"facing=east,half=bottom,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_bottom",
"y": 90
},
"facing=east,half=bottom,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open",
"y": 90
},
"facing=east,half=top,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_top",
"y": 90
},
"facing=east,half=top,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open",
"x": 180,
"y": 270
},
"facing=north,half=bottom,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_bottom"
},
"facing=north,half=bottom,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open"
},
"facing=north,half=top,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_top"
},
"facing=north,half=top,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open",
"x": 180,
"y": 180
},
"facing=south,half=bottom,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_bottom",
"y": 180
},
"facing=south,half=bottom,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open",
"y": 180
},
"facing=south,half=top,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_top",
"y": 180
},
"facing=south,half=top,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open",
"x": 180
},
"facing=west,half=bottom,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_bottom",
"y": 270
},
"facing=west,half=bottom,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open",
"y": 270
},
"facing=west,half=top,open=false": {
"model": "gtceu:block/treated_wood_trapdoor_top",
"y": 270
},
"facing=west,half=top,open=true": {
"model": "gtceu:block/treated_wood_trapdoor_open",
"x": 180,
"y": 90
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variants": {
"": {
"model": "gtceu:block/treated_wood_wall_sign"
"model": "gtceu:block/treated_wood_sign"
}
}
}
12 changes: 12 additions & 0 deletions src/generated/resources/assets/gtceu/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
"block.gtceu.dark_concrete_cobblestone": "ǝuoʇsǝןqqoƆ ǝʇǝɹɔuoƆ ʞɹɐᗡ",
"block.gtceu.dark_concrete_small_tile": "ǝןı⟘ ןןɐɯS ǝʇǝɹɔuoƆ ʞɹɐᗡ",
"block.gtceu.dark_concrete_tile": "ǝןı⟘ ǝʇǝɹɔuoƆ ʞɹɐᗡ",
"block.gtceu.dark_concrete_windmill_a": "Ɐ ןןıɯpuıM ǝʇǝɹɔuoƆ ʞɹɐᗡ",
"block.gtceu.dark_concrete_windmill_b": "ᗺ ןןıɯpuıM ǝʇǝɹɔuoƆ ʞɹɐᗡ",
"block.gtceu.data_access_hatch": "ɥɔʇɐH ssǝɔɔⱯ ɐʇɐᗡ",
"block.gtceu.data_bank": "ʞuɐᗺ ɐʇɐᗡ",
"block.gtceu.data_receiver_hatch": "ɥɔʇɐH uoıʇdǝɔǝᴚ ɐʇɐᗡ ןɐɔıʇdO",
Expand Down Expand Up @@ -481,6 +483,8 @@
"block.gtceu.light_concrete_cobblestone": "ǝuoʇsǝןqqoƆ ǝʇǝɹɔuoƆ ʇɥbıꞀ",
"block.gtceu.light_concrete_small_tile": "ǝןı⟘ ןןɐɯS ǝʇǝɹɔuoƆ ʇɥbıꞀ",
"block.gtceu.light_concrete_tile": "ǝןı⟘ ǝʇǝɹɔuoƆ ʇɥbıꞀ",
"block.gtceu.light_concrete_windmill_a": "Ɐ ןןıɯpuıM ǝʇǝɹɔuoƆ ʇɥbıꞀ",
"block.gtceu.light_concrete_windmill_b": "ᗺ ןןıɯpuıM ǝʇǝɹɔuoƆ ʇɥbıꞀ",
"block.gtceu.light_gray_lamp": "dɯɐꞀ ʎɐɹ⅁ ʇɥbıꞀ",
"block.gtceu.lime_lamp": "dɯɐꞀ ǝɯıꞀ",
"block.gtceu.long_distance_fluid_pipeline": "ǝuıןǝdıԀ pınןℲ ǝɔuɐʇsıᗡ buoꞀ",
Expand Down Expand Up @@ -673,6 +677,8 @@
"block.gtceu.marble_cobblestone": "ǝuoʇsǝןqqoƆ ǝןqɹɐW",
"block.gtceu.marble_small_tile": "ǝןı⟘ ןןɐɯS ǝןqɹɐW",
"block.gtceu.marble_tile": "ǝןı⟘ ǝןqɹɐW",
"block.gtceu.marble_windmill_a": "Ɐ ןןıɯpuıM ǝןqɹɐW",
"block.gtceu.marble_windmill_b": "ᗺ ןןıɯpuıM ǝןqɹɐW",
"block.gtceu.max_16a_energy_converter": "ɹǝʇɹǝʌuoƆ ʎbɹǝuƎ Ɐ9Ɩ XⱯW",
"block.gtceu.max_1a_energy_converter": "ɹǝʇɹǝʌuoƆ ʎbɹǝuƎ ⱯƖ XⱯW",
"block.gtceu.max_4a_energy_converter": "ɹǝʇɹǝʌuoƆ ʎbɹǝuƎ Ɐㄣ XⱯW",
Expand Down Expand Up @@ -892,6 +898,8 @@
"block.gtceu.red_granite_cobblestone": "ǝuoʇsǝןqqoƆ ǝʇıuɐɹ⅁ pǝᴚ",
"block.gtceu.red_granite_small_tile": "ǝןı⟘ ןןɐɯS ǝʇıuɐɹ⅁ pǝᴚ",
"block.gtceu.red_granite_tile": "ǝןı⟘ ǝʇıuɐɹ⅁ pǝᴚ",
"block.gtceu.red_granite_windmill_a": "Ɐ ןןıɯpuıM ǝʇıuɐɹ⅁ pǝᴚ",
"block.gtceu.red_granite_windmill_b": "ᗺ ןןıɯpuıM ǝʇıuɐɹ⅁ pǝᴚ",
"block.gtceu.red_lamp": "dɯɐꞀ pǝᴚ",
"block.gtceu.reinforced_stone": "ǝuoʇS pǝɔɹoɟuıǝᴚ",
"block.gtceu.research_station": "uoıʇɐʇS ɥɔɹɐǝsǝᴚ",
Expand All @@ -901,11 +909,13 @@
"block.gtceu.rubber_door": "ɹooᗡ ɹǝqqnᴚ",
"block.gtceu.rubber_fence": "ǝɔuǝℲ ɹǝqqnᴚ",
"block.gtceu.rubber_fence_gate": "ǝʇɐ⅁ ǝɔuǝℲ ɹǝqqnᴚ",
"block.gtceu.rubber_hanging_sign": "ubıS buıbuɐH ɹǝqqnᴚ",
"block.gtceu.rubber_leaves": "sǝʌɐǝꞀ ɹǝqqnᴚ",
"block.gtceu.rubber_log": "boꞀ ɹǝqqnᴚ",
"block.gtceu.rubber_planks": "sʞuɐןԀ ɹǝqqnᴚ",
"block.gtceu.rubber_pressure_plate": "ǝʇɐןԀ ǝɹnssǝɹԀ ɹǝqqnᴚ",
"block.gtceu.rubber_sapling": "buıןdɐS ɹǝqqnᴚ",
"block.gtceu.rubber_sign": "ubıS ɹǝqqnᴚ",
"block.gtceu.rubber_slab": "qɐןS ɹǝqqnᴚ",
"block.gtceu.rubber_stairs": "sɹıɐʇS ɹǝqqnᴚ",
"block.gtceu.rubber_trapdoor": "ɹoopdɐɹ⟘ ɹǝqqnᴚ",
Expand Down Expand Up @@ -981,6 +991,7 @@
"block.gtceu.treated_wood_fence_gate": "ǝʇɐ⅁ ǝɔuǝℲ pooM pǝʇɐǝɹ⟘",
"block.gtceu.treated_wood_planks": "sʞuɐןԀ pooM pǝʇɐǝɹ⟘",
"block.gtceu.treated_wood_pressure_plate": "ǝʇɐןԀ ǝɹnssǝɹԀ pooM pǝʇɐǝɹ⟘",
"block.gtceu.treated_wood_sign": "ubıS pooM pǝʇɐǝɹ⟘",
"block.gtceu.treated_wood_slab": "qɐןS pooM pǝʇɐǝɹ⟘",
"block.gtceu.treated_wood_stairs": "sɹıɐʇS pooM pǝʇɐǝɹ⟘",
"block.gtceu.treated_wood_trapdoor": "ɹoopdɐɹ⟘ pooM pǝʇɐǝɹ⟘",
Expand Down Expand Up @@ -1494,6 +1505,7 @@
"block.gtceu.zpm_transformer_4a": "ɹǝɯɹoɟsuɐɹ⟘ )xㄣ( dɯⱯ-ıH ǝbɐʇןoΛ WԀZ",
"block.gtceu.zpm_wiremill": "ɹ§III ןןıɯǝɹıM ǝʇıןƎɔ§",
"block.gtceu.zpm_world_accelerator": "ɹ§III ɹoʇɐɹǝןǝɔɔⱯ pןɹoM ǝʇıןƎɔ§",
"block.minecraft.air": "ubıS buıbuɐH ןןɐM pooM pǝʇɐǝɹ⟘",
"block.sterilizing_filter_casing.tooltip": "ʇuǝɯuoɹıʌuǝ ㄥ§pǝzıןıɹǝʇSɐ§ ɐ sǝʇɐǝɹƆ",
"block.surface_rock": "ʞɔoᴚ ǝɔɐɟɹnS %s",
"compass.node.gtceu.batteries/energy_cluster": "ɹǝʇsnןƆ ʎbɹǝuƎ",
Expand Down
12 changes: 12 additions & 0 deletions src/generated/resources/assets/gtceu/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
"block.gtceu.dark_concrete_cobblestone": "Dark Concrete Cobblestone",
"block.gtceu.dark_concrete_small_tile": "Dark Concrete Small Tile",
"block.gtceu.dark_concrete_tile": "Dark Concrete Tile",
"block.gtceu.dark_concrete_windmill_a": "Dark Concrete Windmill A",
"block.gtceu.dark_concrete_windmill_b": "Dark Concrete Windmill B",
"block.gtceu.data_access_hatch": "Data Access Hatch",
"block.gtceu.data_bank": "Data Bank",
"block.gtceu.data_receiver_hatch": "Optical Data Reception Hatch",
Expand Down Expand Up @@ -481,6 +483,8 @@
"block.gtceu.light_concrete_cobblestone": "Light Concrete Cobblestone",
"block.gtceu.light_concrete_small_tile": "Light Concrete Small Tile",
"block.gtceu.light_concrete_tile": "Light Concrete Tile",
"block.gtceu.light_concrete_windmill_a": "Light Concrete Windmill A",
"block.gtceu.light_concrete_windmill_b": "Light Concrete Windmill B",
"block.gtceu.light_gray_lamp": "Light Gray Lamp",
"block.gtceu.lime_lamp": "Lime Lamp",
"block.gtceu.long_distance_fluid_pipeline": "Long Distance Fluid Pipeline",
Expand Down Expand Up @@ -673,6 +677,8 @@
"block.gtceu.marble_cobblestone": "Marble Cobblestone",
"block.gtceu.marble_small_tile": "Marble Small Tile",
"block.gtceu.marble_tile": "Marble Tile",
"block.gtceu.marble_windmill_a": "Marble Windmill A",
"block.gtceu.marble_windmill_b": "Marble Windmill B",
"block.gtceu.max_16a_energy_converter": "MAX 16A Energy Converter",
"block.gtceu.max_1a_energy_converter": "MAX 1A Energy Converter",
"block.gtceu.max_4a_energy_converter": "MAX 4A Energy Converter",
Expand Down Expand Up @@ -892,6 +898,8 @@
"block.gtceu.red_granite_cobblestone": "Red Granite Cobblestone",
"block.gtceu.red_granite_small_tile": "Red Granite Small Tile",
"block.gtceu.red_granite_tile": "Red Granite Tile",
"block.gtceu.red_granite_windmill_a": "Red Granite Windmill A",
"block.gtceu.red_granite_windmill_b": "Red Granite Windmill B",
"block.gtceu.red_lamp": "Red Lamp",
"block.gtceu.reinforced_stone": "Reinforced Stone",
"block.gtceu.research_station": "Research Station",
Expand All @@ -901,11 +909,13 @@
"block.gtceu.rubber_door": "Rubber Door",
"block.gtceu.rubber_fence": "Rubber Fence",
"block.gtceu.rubber_fence_gate": "Rubber Fence Gate",
"block.gtceu.rubber_hanging_sign": "Rubber Hanging Sign",
"block.gtceu.rubber_leaves": "Rubber Leaves",
"block.gtceu.rubber_log": "Rubber Log",
"block.gtceu.rubber_planks": "Rubber Planks",
"block.gtceu.rubber_pressure_plate": "Rubber Pressure Plate",
"block.gtceu.rubber_sapling": "Rubber Sapling",
"block.gtceu.rubber_sign": "Rubber Sign",
"block.gtceu.rubber_slab": "Rubber Slab",
"block.gtceu.rubber_stairs": "Rubber Stairs",
"block.gtceu.rubber_trapdoor": "Rubber Trapdoor",
Expand Down Expand Up @@ -981,6 +991,7 @@
"block.gtceu.treated_wood_fence_gate": "Treated Wood Fence Gate",
"block.gtceu.treated_wood_planks": "Treated Wood Planks",
"block.gtceu.treated_wood_pressure_plate": "Treated Wood Pressure Plate",
"block.gtceu.treated_wood_sign": "Treated Wood Sign",
"block.gtceu.treated_wood_slab": "Treated Wood Slab",
"block.gtceu.treated_wood_stairs": "Treated Wood Stairs",
"block.gtceu.treated_wood_trapdoor": "Treated Wood Trapdoor",
Expand Down Expand Up @@ -1494,6 +1505,7 @@
"block.gtceu.zpm_transformer_4a": "ZPM Voltage Hi-Amp (4x) Transformer",
"block.gtceu.zpm_wiremill": "§cElite Wiremill III§r",
"block.gtceu.zpm_world_accelerator": "§cElite World Accelerator III§r",
"block.minecraft.air": "Treated Wood Wall Hanging Sign",
"block.sterilizing_filter_casing.tooltip": "Creates a §aSterilized§7 environment",
"block.surface_rock": "%s Surface Rock",
"compass.node.gtceu.batteries/energy_cluster": "Energy Cluster",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "gtceu:block/stones/dark_concrete/windmill_a"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "gtceu:block/stones/dark_concrete/windmill_b"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "gtceu:block/stones/light_concrete/windmill_a"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "gtceu:block/stones/light_concrete/windmill_b"
}
}
Loading

0 comments on commit 50408c7

Please sign in to comment.