Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ runs/

# forge generated resources cache
/src/generated/resources/.cache/
# Agenic Support Tools - Debug Only
/.claude/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.caching = true
# Mod Properties
mod_id = cosmiccore
mod_name = Cosmic Core
mod_version = 0.10.1
mod_version = 0.11.0
mod_description = The Core of Cosmic Frontiers!
mod_authors = Ghostipedia
mod_license = Code : LGPL-3.0 , Assets: Refer to Github.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"variants": {
"facing=east,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 90
},
"facing=east,upwards_facing=north": {
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 90
},
"facing=east,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 90
},
"facing=east,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 90
},
"facing=north,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/dreamers_basin"
},
"facing=north,upwards_facing=north": {
"model": "cosmiccore:block/machine/dreamers_basin"
},
"facing=north,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/dreamers_basin"
},
"facing=north,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/dreamers_basin"
},
"facing=south,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 180
},
"facing=south,upwards_facing=north": {
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 180
},
"facing=south,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 180
},
"facing=south,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 180
},
"facing=west,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 270
},
"facing=west,upwards_facing=north": {
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 270
},
"facing=west,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 270
},
"facing=west,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/dreamers_basin",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"variants": {
"facing=east,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 90
},
"facing=east,upwards_facing=north": {
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 90
},
"facing=east,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 90
},
"facing=east,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 90
},
"facing=north,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/stellar_smelting_module"
},
"facing=north,upwards_facing=north": {
"model": "cosmiccore:block/machine/stellar_smelting_module"
},
"facing=north,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/stellar_smelting_module"
},
"facing=north,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/stellar_smelting_module"
},
"facing=south,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 180
},
"facing=south,upwards_facing=north": {
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 180
},
"facing=south,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 180
},
"facing=south,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 180
},
"facing=west,upwards_facing=east": {
"gtceu:z": 270,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 270
},
"facing=west,upwards_facing=north": {
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 270
},
"facing=west,upwards_facing=south": {
"gtceu:z": 180,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 270
},
"facing=west,upwards_facing=west": {
"gtceu:z": 90,
"model": "cosmiccore:block/machine/stellar_smelting_module",
"y": 270
}
}
}
Loading
Loading