fix: getGradientCloud not sampling correct coord

This commit is contained in:
minjaesong
2023-10-03 02:47:10 +09:00
parent 1ebca0de66
commit cd2043b044
25 changed files with 140 additions and 164 deletions

Binary file not shown.

View File

@@ -1,29 +1,29 @@
{
"basegame:160": {
"basegame:160": { /* stone platform */
"workbench": "",
"ingredients": [
[2, 1, "$ROCK"]
]
},
"basegame:161": {
"basegame:161": { /* wooden platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:48"]
]
},
"basegame:162": {
"basegame:162": { /* ebony platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:49"]
]
},
"basegame:163": {
"basegame:163": { /* birch platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:50"]
]
},
"basegame:164": {
"basegame:164": { /* rosewood platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:51"]

View File

@@ -1,5 +1,5 @@
{
"item@basegame:5": {
"item@basegame:5": { /* tiki torch */
"workbench": "",
"ingredients": [
[1, 3, "$WOOD", 1, "basegame:176"],
@@ -7,32 +7,32 @@
]
},
"item@basegame:16": {
"item@basegame:16": { /* workbench */
"workbench": "",
"ingredients": [
[1, 6, "$WOOD"]
[1, 8, "$WOOD"]
]
},
"item@basegame:256": {
"item@basegame:256": { /* oak door */
"workbench": "basiccrafting",
"ingredients": [
[1, 4, "basegame:48"]
]
},
"item@basegame:257": {
"item@basegame:257": { /* ebony door */
"workbench": "basiccrafting",
"ingredients": [
[1, 4, "basegame:49"]
]
},
"item@basegame:258": {
"item@basegame:258": { /* birch door */
"workbench": "basiccrafting",
"ingredients": [
[1, 4, "basegame:50"]
]
},
"item@basegame:259": {
"item@basegame:259": { /* rosewood door */
"workbench": "basiccrafting",
"ingredients": [
[1, 4, "basegame:51"]