Frontrider / thaumic_arcana

A thaumcraft addon
5 stars 6 forks source link

create "arcane cage" that can trap small animals to be used in experiments. #38

Closed Frontrider closed 6 years ago

Frontrider commented 6 years ago

Any ideas?

enderger commented 6 years ago

Perhaps cages that you craft and have to put cheese in to capture rodents, and other things to capture others?

Frontrider commented 6 years ago

Right now I don't reallyhave a concept for anything more than labrats.

enderger commented 6 years ago

Cheese bait to get them would be a cool mechanic

Frontrider commented 6 years ago

Labrats implemented, you can store one in the experiment table. It also requies you to feed it and supply water, or else it dies. (Can be automated)

Frontrider commented 6 years ago

the fluid implementation of forge still isn't the best, gonna ditch that part.

Frontrider commented 6 years ago

I made the first models, but I will only upload it to discord, since that's better for it. (you got the notification for the channel). Later I1ll upload them to curseforge when it's fixed.

Frontrider commented 6 years ago

I won't add cheese myself, but there is a list in the config that contains the valid food items for them. List a bunch of items from other mods,and I'll set the defaults.

Frontrider commented 6 years ago

The 0.1.2-dev branch contains a file called "configuration.java" (this class is the config file, thaumic_arcana.cfg) that has an array called "rodentFoodList". It contains the names of the items that can be used as bait/food.

Those are the default values, feel free to make a pr, but it should only contain this file, nothing else.

Frontrider commented 6 years ago

@enderger will that work for you? :)

enderger commented 6 years ago

That will be quite good.

Frontrider commented 6 years ago

And it also doesn't matter weather or not the mod is installed, so anything can be added to the default configuration.