ZengineeringTeam / ResearchTable

https://www.curseforge.com/minecraft/mc-mods/research-table
Other
11 stars 8 forks source link

[Bug] - Can't complete research without conditions #16

Closed BasieBrinkie closed 5 years ago

BasieBrinkie commented 5 years ago

The code below shows at first research and after you click that it displays complete. Yet if you provide no .addCondition() the complete button doesn't work

var category = ResearchTable.addCategory();
ResearchTable.builder("researchKitchenSink", category) .setIcons() .setTitle("Unlock All Research") .setDescription("Unlock All Research") .setRequiredStages("gamemodekitchensink") .setRewardStages("one", "two", "three") .setMaxCount(1) .build();

Snownee commented 5 years ago

Fixed in 0.7