Kikiisyourfriend / ProjectIsothermalExpert

All bug reports for Project Isothermal Expert.
2 stars 0 forks source link

[SUGGESTION] - Todo List #8

Closed itsjusttriz closed 2 years ago

itsjusttriz commented 2 years ago

/skyblock create

Silverne did research and found out that in the /config/skyblockbuilder/common-config.json5 config file, it gives an option named createOwnTeam which is defaulted to false, reversing this should allow non-ops to create teams.

Having this ability will also render the need for custom chat commands useless :) Less coding hassle.

Stoneling Caged Mobs

There's a typo and in the kubejs/data/quark/mobs/recipe/stoneling.json that prevents the mob from being placed into a mobcage.

Also mobs output doesnt mirror what is displayed on JEI for that mob.

Silverne84 commented 2 years ago

Stoneling has 2 recipes, 1 in the above mentioned folder and the one created by kiki in the scripts/dna.zs. consider removing from dna.zs and editing the stoneling.json to include (chance: 1 output: essence) shorthanded for ease. Edit the output section as needed for remove unwanted items. Duplicate recipes can be seen in JEI of the mob cage page 14 and 24.

itsjusttriz commented 2 years ago

Bats also have no output, in the cage, it seems?

Silverne84 commented 2 years ago

Correction to last post: In dna.zs change: line 29: val stoneling = entities.getEntity("quark:mobs/stoneling"); line 70: remove or comment out. I swapped it for stoneling.setTier(1); in order to mimic original design.

continue to remove typo from stoneling.json in kjs data folder.

Kikiisyourfriend commented 2 years ago

Config enabled!