Skip to content

Commit b756946

Browse files
authored
Gen init objects sol files (#112)
* gen script * gen recipe script * remove old init scripts * remove unused * fix missing stations * replace separate script by simple contract
1 parent 7e8c878 commit b756946

26 files changed

+1860
-955
lines changed

packages/experience/worlds.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"31337": {
3-
"address": "0x30dbE048cB02425dC745ea4231a8Ebf4a2FcDEB8"
3+
"address": "0x5c7683256E64E7AAB1D9bFF8EFB277A76eABCc76"
44
}
55
}

packages/world/IWorld.abi.json

-70
Original file line numberDiff line numberDiff line change
@@ -2012,76 +2012,6 @@
20122012
"outputs": [],
20132013
"stateMutability": "nonpayable"
20142014
},
2015-
{
2016-
"type": "function",
2017-
"name": "initHandcrafedRecipes",
2018-
"inputs": [],
2019-
"outputs": [],
2020-
"stateMutability": "nonpayable"
2021-
},
2022-
{
2023-
"type": "function",
2024-
"name": "initHandcraftedObjectTypes",
2025-
"inputs": [],
2026-
"outputs": [],
2027-
"stateMutability": "nonpayable"
2028-
},
2029-
{
2030-
"type": "function",
2031-
"name": "initInteractableObjectTypes",
2032-
"inputs": [],
2033-
"outputs": [],
2034-
"stateMutability": "nonpayable"
2035-
},
2036-
{
2037-
"type": "function",
2038-
"name": "initInteractablesRecipes",
2039-
"inputs": [],
2040-
"outputs": [],
2041-
"stateMutability": "nonpayable"
2042-
},
2043-
{
2044-
"type": "function",
2045-
"name": "initPlayerObjectTypes",
2046-
"inputs": [],
2047-
"outputs": [],
2048-
"stateMutability": "nonpayable"
2049-
},
2050-
{
2051-
"type": "function",
2052-
"name": "initTerrainBlockObjectTypes",
2053-
"inputs": [],
2054-
"outputs": [],
2055-
"stateMutability": "nonpayable"
2056-
},
2057-
{
2058-
"type": "function",
2059-
"name": "initThermoblastObjectTypes",
2060-
"inputs": [],
2061-
"outputs": [],
2062-
"stateMutability": "nonpayable"
2063-
},
2064-
{
2065-
"type": "function",
2066-
"name": "initThermoblastRecipes",
2067-
"inputs": [],
2068-
"outputs": [],
2069-
"stateMutability": "nonpayable"
2070-
},
2071-
{
2072-
"type": "function",
2073-
"name": "initWorkbenchObjectTypes",
2074-
"inputs": [],
2075-
"outputs": [],
2076-
"stateMutability": "nonpayable"
2077-
},
2078-
{
2079-
"type": "function",
2080-
"name": "initWorkbenchRecipes",
2081-
"inputs": [],
2082-
"outputs": [],
2083-
"stateMutability": "nonpayable"
2084-
},
20852015
{
20862016
"type": "function",
20872017
"name": "initialize",

packages/world/IWorld.abi.json.d.ts

-70
Original file line numberDiff line numberDiff line change
@@ -2012,76 +2012,6 @@ declare const abi: [
20122012
"outputs": [],
20132013
"stateMutability": "nonpayable"
20142014
},
2015-
{
2016-
"type": "function",
2017-
"name": "initHandcrafedRecipes",
2018-
"inputs": [],
2019-
"outputs": [],
2020-
"stateMutability": "nonpayable"
2021-
},
2022-
{
2023-
"type": "function",
2024-
"name": "initHandcraftedObjectTypes",
2025-
"inputs": [],
2026-
"outputs": [],
2027-
"stateMutability": "nonpayable"
2028-
},
2029-
{
2030-
"type": "function",
2031-
"name": "initInteractableObjectTypes",
2032-
"inputs": [],
2033-
"outputs": [],
2034-
"stateMutability": "nonpayable"
2035-
},
2036-
{
2037-
"type": "function",
2038-
"name": "initInteractablesRecipes",
2039-
"inputs": [],
2040-
"outputs": [],
2041-
"stateMutability": "nonpayable"
2042-
},
2043-
{
2044-
"type": "function",
2045-
"name": "initPlayerObjectTypes",
2046-
"inputs": [],
2047-
"outputs": [],
2048-
"stateMutability": "nonpayable"
2049-
},
2050-
{
2051-
"type": "function",
2052-
"name": "initTerrainBlockObjectTypes",
2053-
"inputs": [],
2054-
"outputs": [],
2055-
"stateMutability": "nonpayable"
2056-
},
2057-
{
2058-
"type": "function",
2059-
"name": "initThermoblastObjectTypes",
2060-
"inputs": [],
2061-
"outputs": [],
2062-
"stateMutability": "nonpayable"
2063-
},
2064-
{
2065-
"type": "function",
2066-
"name": "initThermoblastRecipes",
2067-
"inputs": [],
2068-
"outputs": [],
2069-
"stateMutability": "nonpayable"
2070-
},
2071-
{
2072-
"type": "function",
2073-
"name": "initWorkbenchObjectTypes",
2074-
"inputs": [],
2075-
"outputs": [],
2076-
"stateMutability": "nonpayable"
2077-
},
2078-
{
2079-
"type": "function",
2080-
"name": "initWorkbenchRecipes",
2081-
"inputs": [],
2082-
"outputs": [],
2083-
"stateMutability": "nonpayable"
2084-
},
20852015
{
20862016
"type": "function",
20872017
"name": "initialize",

0 commit comments

Comments
 (0)