Skip to content

Commit

Permalink
oxygen collector and bubble distrinutor
Browse files Browse the repository at this point in the history
  • Loading branch information
DMgaming100 committed Sep 30, 2024
1 parent 7ce7259 commit a802871
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"variants": {
"": {
"active=false": {
"model": "galacticraft:machine/oxygen_bubble_distributor"
},
"active=true": {
"model": "galacticraft:machine/oxygen_bubble_distributor_active"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"variants": {
"": {
"active=false": {
"model": "galacticraft:machine/oxygen_collector"
},
"active=true": {
"model": "galacticraft:machine/oxygen_collector_active"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"machinelib:generate": "machinelib:single",
"sprites": {
"sprite": "galacticraft:block/oxygen_bubble_distributor_active"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"machinelib:generate": "machinelib:single",
"sprites": {
"sprite": "galacticraft:block/oxygen_collector",
"particle": "galacticraft:block/oxygen_collector"
"sprite": "galacticraft:block/oxygen_collector"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"machinelib:generate": "machinelib:single",
"sprites": {
"sprite": "galacticraft:block/oxygen_collector_active"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"animation": {
"frametime": 0.5
"frametime": 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"animation": {
"frametime": 1
}
}

0 comments on commit a802871

Please sign in to comment.