Skip to content

Commit 588f22f

Browse files
authored
Reload fix (#294)
* custom engine * remove mixin * spotless * forgor default imports * custom groovy class loader * remove unused clases * add back inner cl * more cleanup * move assets * include current loaded scripts in ls * why did it do that * why did it do that 2 * increase cache version
1 parent 3881890 commit 588f22f

Some content is hidden

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

50 files changed

+1450
-717
lines changed

examples/assets/placeholdername/blockstates/amongium.json renamed to examples/assets/groovyscriptdev/blockstates/amongium.json

File renamed without changes.

examples/assets/placeholdername/blockstates/dragon_egg.json renamed to examples/assets/groovyscriptdev/blockstates/dragon_egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"variants": {
33
"normal": {
4-
"model": "placeholdername:dragon_egg"
4+
"model": "groovyscriptdev:dragon_egg"
55
}
66
}
77
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"normal": {
4+
"model": "groovyscriptdev:dragon_egg_lamp"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"normal": {
4+
"model": "groovyscriptdev:generic_block"
5+
}
6+
}
7+
}
File renamed without changes.

examples/assets/placeholdername/models/block/dragon_egg_lamp.json renamed to examples/assets/groovyscriptdev/models/block/dragon_egg_lamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "block/dragon_egg",
33
"textures": {
4-
"all": "placeholdername:blocks/dragon_egg_lamp"
4+
"all": "groovyscriptdev:blocks/dragon_egg_lamp"
55
}
66
}

examples/assets/placeholdername/models/block/generic_block.json renamed to examples/assets/groovyscriptdev/models/block/generic_block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "block/cube_all",
33
"textures": {
4-
"all": "placeholdername:blocks/generic_block"
4+
"all": "groovyscriptdev:blocks/generic_block"
55
}
66
}

examples/assets/placeholdername/models/item/clay_2.json renamed to examples/assets/groovyscriptdev/models/item/clay_2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "item/generated",
33
"textures": {
4-
"layer0": "placeholdername:items/clay_2"
4+
"layer0": "groovyscriptdev:items/clay_2"
55
}
66
}

examples/assets/placeholdername/models/item/clay_3.json renamed to examples/assets/groovyscriptdev/models/item/clay_3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parent": "item/generated",
33
"textures": {
4-
"layer0": "placeholdername:items/clay_3"
4+
"layer0": "groovyscriptdev:items/clay_3"
55
}
66
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parent": "groovyscriptdev:block/dragon_egg_lamp"
3+
}

0 commit comments

Comments
 (0)