-
Posts
4,673 -
Joined
-
Last visited
-
Days Won
58
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by imthenewguy
-
- 1,538 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 41 comments
-
- #enchanting
- #epic
- (and 4 more)
-
Unless you set the CookingMealXP value to 0, the bag will award xp for each material used to craft it at the rate specified. Items like this were an oversight. Have added a blacklist option to SkillTree config in the next release that will let you black list recipes from giving xp. For now, set CookingMealXP to 0 in your SkillTree config or disable the ability to create the ingredient bag and use the chat command instead.
-
Hey mate, do you have API by chance? I have a few plugins that this messes with. An API that can be used to prevent the plugin from populating loot into certain crates would be ideal Example from AlphaLoot: object CanPopulateLoot(LootContainer container) { if (IsRunning && Vector3.Distance(container.transform.position, start_button.transform.position) < config.max_distance) return false; return null; }
- 1,144 comments
-
- #loot
- #customloot
- (and 13 more)
-
- 1,538 comments
-
- #leveling
- #progression
- (and 19 more)
-
-
Mayakovskaya Station (Can be used to build a base & For looting)
imthenewguy commented on Shemov's file in Monuments
-
- 1,538 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,538 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,538 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,538 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,538 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,538 comments
-
- #leveling
- #progression
- (and 19 more)
-
Blast furnace doesn't adjust the smelting rate of a furnace, it adds a chance to smelt the ore based on the log being burnt, as opposed to the standard tick rate. The % is simply the chance that the ore will smelt when the log is burnt, in addition to the standard smelting speed. Ill need to see how other plugins handle the smelt speed. I am hesitant to use others code for obvious reasons.
- 1,538 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)