0.18.0-hotfix4 update

This commit is contained in:
ZHAY10086
2025-05-14 12:24:29 +08:00
parent 03cec67bac
commit 91f960d6b0
99 changed files with 3879 additions and 1103 deletions
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/cosmic_hypergrowth_component",
"particle": "contenttweaker:blocks/cosmic_hypergrowth_component"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/directed_miniature_quasar",
"particle": "contenttweaker:blocks/directed_miniature_quasar"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/freedom_definer",
"particle": "contenttweaker:blocks/freedom_definer"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/hypergrowth_actualizer",
"particle": "contenttweaker:blocks/hypergrowth_actualizer"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,12 @@
{
"forge_marker": 1,
"defaults": {
"model": "forge:fluid",
"custom": {
"fluid": "inquiring_abyssite"
}
},
"variants": {
"normal": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/quasar_burst_director",
"particle": "contenttweaker:blocks/quasar_burst_director"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/quasar_charged_core_of_definition",
"particle": "contenttweaker:blocks/quasar_charged_core_of_definition"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/stone_of_the_resurrected_shard",
"particle": "contenttweaker:blocks/stone_of_the_resurrected_shard"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/trinity_hypergrowth_component",
"particle": "contenttweaker:blocks/trinity_hypergrowth_component"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
@@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"texture": "contenttweaker:blocks/wishful_definer",
"particle": "contenttweaker:blocks/wishful_definer"
},
"model": "base:storage",
"uvlock": true,
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}
+12 -1
View File
@@ -3183,7 +3183,7 @@ item.contenttweaker.stone_of_dimensional_ascension.name=Stone of Dimensional Asc
item.contenttweaker.astral_mastery_tome.name=Tome of Astral Mastery
item.contenttweaker.master_spell_infernum.name=Master Spell: Infernum
item.contenttweaker.master_spell_sonus.name=Master Spell: Sonus
item.contenttweaker.master_spell_gognitio.name=Master Spell: Cognitio
item.contenttweaker.master_spell_cognitio.name=Master Spell: Cognitio
item.contenttweaker.white_hole_core.name=White Hole Core
item.contenttweaker.quasar_core.name=Quasar Core
item.contenttweaker.call_to_mission.name=Call to Mission
@@ -3251,6 +3251,17 @@ tile.contenttweaker.miniature_white_hole.name=Miniature White Hole
item.contenttweaker.supercharged_signalum.name=Supercharged Signalum Ingot
item.contenttweaker.charged_signalum.name=Charged Signalum Ingot
tile.contenttweaker.cosmic_string_module.name=Cosmic String Module
item.contenttweaker.thaumic_brush.name=Thaumic Brush
item.contenttweaker.warren_peat.name=Warren Peat
tile.contenttweaker.hypergrowth_actualizer.name=Hypergrowth Actualizer
tile.contenttweaker.trinity_hypergrowth_component.name=Trinity Hypergrowth Component
tile.contenttweaker.cosmic_hypergrowth_component.name=Cosmic Hypergrowth Component
tile.contenttweaker.freedom_definer.name=Freedom Definer
tile.contenttweaker.wishful_definer.name=Wishful Definer
tile.contenttweaker.quasar_charged_core_of_definition.name=Quasar-Charged Core of Definition
tile.contenttweaker.directed_miniature_quasar.name=Directed Miniature Quasar
tile.contenttweaker.quasar_burst_director.name=Quasar Burst Director
fluid.inquiring_abyssite=Inquiring Abyssite
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "contenttweaker:items/thaumic_brush"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "contenttweaker:items/warren_peat"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB