Commands - MUYUTwilighter/Croparia GitHub Wiki
Commands
Since 0.2.0-pre-2, Croparia IF has provided commands to debug the crops.
Client commands
Client commands only uses data from the client locally, it may not reflect the same data from the server.
croparia crop
: Display the crop information about the item you hold or the block you are looking atcroparia crop {name}
: Display the crop information matching the given namecroparia dump
: Dump all crop definitions todumpPath
croparia dump {name}
: Dump crop definition matching the given name to{dumpPath}
/{name}.jsoncroparia dumpBuiltin
: Similar tocroparia dump
, but only effective to built-in crops
Server commands
cropariaServer crop {name}
: Display the crop information matching the given namecropariaServer dump
: Dump all crop definitions todumpPath
cropariaServer dump {name}
: Dump crop definition matching the given name to{dumpPath}
/{name}.jsoncropariaServer dumpBuiltin
: Similar tocroparia dump
, but only effective to built-in cropscropariaServer infusor
: Display enability for infusorcropariaServer infusor [true/false]
: Set enability for infusorcropariaServer ritual
: Display enability for ritual standcropariaServer ritual [true/false]
: Set enability for ritual standcropariaServer fruitUse
: Display the enability for fruit usagecropariaServer fruitUse [true/false]
: Set the enability for fruit usagecropariaServer autoReload
: Display enability for datapack auto-reload, see details in reload-issuescropariaServer autoReload [true/false]
: Set enability for datapack auto-reloadcropariaServer override
: Display enability for override mode of data file generationcropariaServer override [true/false]
: Set enability for override mode of data file generation