GithubHelp home page GithubHelp logo

tumbleweed's Introduction

Tumbleweed

Tumbleweed mod for Minecraft

tumbleweed's People

Contributors

konwboj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tumbleweed's Issues

1.19

I was wondering if you can port tumbleweeds to Minecraft 1.19. Can you do it for me? Thanks.

Easy way to customize the mod?

I want to make a minigame like jeromeasf does to get loot from tumbleweeds, but it seems that you have to type every drop in one by one. is there a way to make this easier? also, how would you spawn them without using dead bushes? could you use air?

[1.12.2] Tumbleweed loads too soon, resulting in invalid items

I have Tumbleweed in my mods along with Harvestcraft. I added a few items to the config file, except my log shows Tumbleweed doesn't recognize them. I dumped the item list with Crafttweaker, and the item names are correct:

[19:52:55] [Server thread/WARN] [tumbleweed]: Item harvestcraft:ryeitem is invalid. [19:52:55] [Server thread/WARN] [tumbleweed]: Item harvestcraft:barleyitem is invalid. [19:52:55] [Server thread/WARN] [tumbleweed]: Item harvestcraft:oatsitem is invalid. [19:52:55] [Server thread/WARN] [tumbleweed]: Item harvestcraft:sunflowerseedsitem is invalid. [19:52:55] [Server thread/WARN] [tumbleweed]: Item harvestcraft:sesameseedsitem is invalid.

These warnings show up in latest.log way before Harvestcraft starts loading at all, which would explain the problem.

Could this mod be setup to load after Harvestcraft and other item-adding mods please?

Any way to make it drop 100% random items?

I want to customize the tumbleweeds to drop random items (including items from mods), not only the items I put in.
Might make a modpack with it, it seems like a really fun idea.

[1.12.2] Server Crash: NoClassDefFoundError

My dedicated server crashes on startup with the new v0.4.6 Tumbleweed for MC 1.12.2.

Error:

[Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tumbleweed (tumbleweed)

Caused by: java.lang.NoClassDefFoundError: org/lwjgl/util/vector/ReadableVector4f
        at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_221]
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_221]
        at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_221]
        at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_221]
        at net.minecraftforge.fml.relauncher.ReflectionHelper.findConstructor(ReflectionHelper.java:326) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findConstructor(ObfuscationReflectionHelper.java:194) ~[ObfuscationReflectionHelper.class:?]
        at net.minecraftforge.fml.common.registry.EntityEntryBuilder$ConstructorFactory.<init>(EntityEntryBuilder.java:297) ~[EntityEntryBuilder$ConstructorFactory.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration$1.<init>(EntityRegistry.java:81) ~[EntityRegistry$EntityRegistration$1.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration.<init>(EntityRegistry.java:80) ~[EntityRegistry$EntityRegistration.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration.<init>(EntityRegistry.java:67) ~[EntityRegistry$EntityRegistration.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry.doModEntityRegistration(EntityRegistry.java:199) ~[EntityRegistry.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry.registerModEntity(EntityRegistry.java:173) ~[EntityRegistry.class:?]
>       at net.konwboy.tumbleweed.Tumbleweed.init(Tumbleweed.java:39) ~[Tumbleweed.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
        at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:219) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221]
Caused by: java.lang.ClassNotFoundException: org.lwjgl.util.vector.ReadableVector4f
        at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_221]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_221]
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_221]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_221]
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.12.jar:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_221]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_221]
        at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_221]
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_221]
        at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_221]
        at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_221]
        at net.minecraftforge.fml.relauncher.ReflectionHelper.findConstructor(ReflectionHelper.java:326) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findConstructor(ObfuscationReflectionHelper.java:194) ~[ObfuscationReflectionHelper.class:?]
        at net.minecraftforge.fml.common.registry.EntityEntryBuilder$ConstructorFactory.<init>(EntityEntryBuilder.java:297) ~[EntityEntryBuilder$ConstructorFactory.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration$1.<init>(EntityRegistry.java:81) ~[EntityRegistry$EntityRegistration$1.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration.<init>(EntityRegistry.java:80) ~[EntityRegistry$EntityRegistration.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration.<init>(EntityRegistry.java:67) ~[EntityRegistry$EntityRegistration.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry.doModEntityRegistration(EntityRegistry.java:199) ~[EntityRegistry.class:?]
        at net.minecraftforge.fml.common.registry.EntityRegistry.registerModEntity(EntityRegistry.java:173) ~[EntityRegistry.class:?]
>       at net.konwboy.tumbleweed.Tumbleweed.init(Tumbleweed.java:39) ~[Tumbleweed.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
        at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221]
        at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
        at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
        at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) ~[Loader.class:?]
        at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:219) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_221]

1.18.2

I was wondering if you can port tumbleweeds to Minecraft 1.18.2. Thanks.

Crash with BOP

Minecraft: 1.12.2
Forge: 14.23.5.2847
Tumbleweed: 0.4.5 for MC 1.11.2/1.12.2
BiomesOPlenty: 1.12.2-7.0.1.2441-universal

During the gameplay i get a "shutting down internal server" then VanillaFix show both mods as the suspected mods, the crash report says the same so i think its an imcompatibility between both mods, here is the crash log:

https://pastebin.com/4scMjZjS

Really hope you can fix this since this is such a cool mod.

Tumbleweed 0.5.2 causes MC 1.19.3 Forge version higher than 44.1.5 crashing when starting a map

Hey there,

I've used your mod a long time in my mod collection. Unfortunately "Tumbleweed 0.5.2" causes MC 1.19.3 crashing when loading an existing map. Until MC 1.19.3 Forge 44.1.5 everything is working fine. I've upgraded MC 1.19.3 to Forge 44.1.7 and unlike "Tumbleweed" is installed, loading any existing map will MC cause to crash. Without "Tumbleweed" everything will work again. In the following messages I'll upload my crashlog.

Greetings

Implement max life time?

Walking around the world, in dry biomes where Tumbleweeds spawn and bounce gracefully, there seems to be multiple points in which they get stuck and add up in a group:
Screenshot_3
Maybe you can implement into the mod a maximum life time if the weed is stuck and cannot move in order to prevent this issue.

Translucency

I know this might not be an issue (of this mod), sorry for that, however I must ask.
The problem is that the tumbleweeds appaer translucent, even though their texture files have 0% opacity. With vanilla graphics it's not a problem but with shaders they look kinda broken.

The first picture is vanilla, and you can see the kelp right trough it.
2022-04-24_05 53 58

The second and third pictures are with Complementary shaders, it works the same with AstraLex. Hovewer Sildurs works just fine like vanilla, didn't test other ones. All of these with Optifine however.
2022-04-24_05 20 28
2022-04-24_05 20 32

Most of the layers are also missing as seen on the last picture, making the tumbleweed very.. lean.
I don't know what causes it, so sorry if it's a shader/optifine problem, I just wondered if there is a way to fix it, or at least remove translucency, if that helps.

Tumbleweeds not spawning

Hello, just installed the mod with default setting and even after like 20 minutes in a desert no tumbleweeds spawning x_x

1.18

I was wondering if you can port tumbleweeds to Minecraft 1.18 now. Thanks.

Exception In Server Tick Loop - 1.19.4 - Fabric

Seemed like everything was fine until I tried to break a passing tumbleweed... then got this crash error...

java.lang.NoSuchMethodError: 'net.minecraft.class_1282 net.minecraft.class_1282.method_5532(net.minecraft.class_1657)'
at net.konwboy.tumbleweed.common.EntityTumbleweed.method_5698(EntityTumbleweed.java:393)
at net.minecraft.class_1657.method_7324(class_1657.java:1190)
at net.minecraft.class_3222.method_7324(class_3222.java:1485)
at net.minecraft.class_3244$1.method_34218(class_3244.java:1610)
at net.minecraft.class_2824$1.method_34213(class_2824.java:166)
at net.minecraft.class_2824.method_34209(class_2824.java:66)
at net.minecraft.class_3244.method_12062(class_3244.java:1571)
at net.minecraft.class_2824.method_12251(class_2824.java:53)
at net.minecraft.class_2824.method_11054(class_2824.java:13)
at net.minecraft.class_2600.method_11072(class_2600.java:22)
at net.minecraft.class_3738.run(class_3738.java:18)
at net.minecraft.class_1255.method_18859(class_1255.java:156)
at net.minecraft.class_4093.method_18859(class_4093.java:23)
at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:786)
at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:165)
at net.minecraft.class_1255.method_16075(class_1255.java:130)
at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:10828)
at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:762)
at net.minecraft.class_1255.method_18857(class_1255.java:139)
at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:747)
at net.minecraft.server.MinecraftServer.handler$bem000$carpet$modifiedRunLoop(MinecraftServer.java:12445)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:654)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:266)
at java.base/java.lang.Thread.run(Thread.java:833)

Port to 1.19 41.0.110

I was wondering if you can port tumbleweeds now to Minecraft Forge 1.19 (version 41.0.110). Can you do it for me? Thanks.

[ItemRegistrationIssue]Error: java.lang.IllegalArgumentException: Failed to create model for minecraft:pig

Hi, first of all, I have no clue why Tumbleweed got told to cause this, but I thought I send a report anyways.

crash-2023-02-01_14.42.57-client.txt

For some reason this first showed up with a mod called "CherryBlossomGrotto" and I deactivated it, started, played the game. But after I added a mod called "Haunted Harvest" and tried to start, it appeared again, even after deactivating said first mod. Now it says Tumbleweed is the culprit?

I also sent a report to pehkui because it also showed up in the crash report relatively early.
If you got any idea who else might be causing this crash, I will also send them a bug report if I can. I just want to play... sigh.

Forge version: 40.2.0 (necessary for some other mods) (I have about 189 mods in our modpack as of now).

Thanks for your help in advance.

1.14?

Will you update to forge 1.14?

Invite you and your Minecraft Modification to introduce to the player/audience in Taiwan.

Hello! We are the Cite Media Holding Group. a publisher in Taiwan. For now we’re devoted to Minecraft promotion, Our company is expected to publish a book entitled <The 100 Most Favorite Minecraft Modification for Game Talents> (tentative title) in December. And we will invite well-known Minecraft Game Talents in Taiwan to carefully select the 100 most recommended Minecraft Modification in the world and introduce them to readers with words and pictures. We think that the Modification of Minecraft you created is quite rich in content and suitable for being selected in the 100 recommended lists. To publish this book, we need to obtain your consent to capture the pictures of your game (less than 10, hereinafter referred to as the authorization target) so that vast readers of Minecraft can understand your work through the introduction of this book. Neither party has to pay the fee for this authorization, but in order to protect the rights and interests of both parties, this email will be used as the basis for authorization that you agree to authorize our company to use the authorization target free of charge in <The 100 Most Favorite Minecraft Modification for Game Talents> (tentative name) by means of, but not limited to, reproducing, distributing and public transferring. If you agree to the authorization, please reply to this email directly and fill in the following information (the following information is only for future reference of the authorizers and sending books, which will not be used for other purposes) to just inform us that you "agree to authorize the pictures free of charge". If you would like to provide your address, we would be very happy to present you a book in return after it is published.

Cite Media Holding Group
Vice General Manager
Daniel Wang

Add:10F, No.141, Sec 2, Misheng E. Rd., Thongshan Distric, Taipei City 10483, Taiwan (R.O.C.)
E-MAIL:
[email protected]

TEL:(02)2500-7600 ext.2670 MOB:0916-252-365

Tumbleweed rolling direction

Is there any chance it could be randomized? They seem to always roll in the same direction, which is somewhat less immersive & interesting and also strange if you have a base built exactly at the "right" corner of a desert.

1.17

I was wondering if you can port tumbleweeds to Minecraft 1.17. Thanks.

Port to 1.19

I was wondering if you can port tumbleweeds now to Minecraft 1.19. Can you do it for me? Thanks.

Tumbling weeds are too heavy.

The mod is neat. However, for a balls of brush light enough to be blown by the wind, they are heavy enough to smash crops, reverting them to seeds and farmland to plain dirt. They are also heavy enough to set off wooden pressure plates.

Can you adjust their weight? Or add a config setting for the weight?
I'm not sure if it's related, but I'm also running the Item Physic Full mod - though I think it only affects item drops.

Minecraft 1.12.2
Forge 14.23.1.2555
Tumbleweed 1.11-0.4.4
ItemPhysic 1.4.9

and also a ton of other mods...

Port to 1.19.3

I was wondering if you can port tumbleweeds now to Minecraft 1.19.3. Can you do it for me? Thanks.

CarryOn incompatibility, no entity name?

There is a mod called CarryOn that lets you pickup entities such as chests, crafting tables, even mobs that are small enough like pigs, and carry them around. It's great. However it causes an issue with this mod here Tumbleweed, because picking up the Tumbleweed causes the Tumbleweed to drop its loot item, but doesn't destroy the Tumbleweed, so you can place it back down and pick it up repeatedly to just infinitely spawn loot items the Tumbleweed would normally drop.

Normally this isn't an issue because Carry On has a blacklist where you can add entities that you do not want to be able to pickup, just in case a confliction like this should occur. However I cannot for the life of me find the entity ID or name of the Tumbleweed or even what package it's in. I tried like Tumbleweed:Tumbleweed or Tumbleweed:* for everything, but no matter what the blacklist will not work.

So I guess what I'm really asking is, what in the world is the enitity or package name for the Tumbleweed haha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.